com.jproxy.proxy
Class TunnelException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.jproxy.proxy.TunnelException
All Implemented Interfaces:
java.io.Serializable

public class TunnelException
extends java.lang.Exception

This class represents an exception thrown during tunneling operations

See Also:
Serialized Form

Constructor Summary
TunnelException(java.lang.String message)
          Creates TunnelException object with specified message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TunnelException

public TunnelException(java.lang.String message)
Creates TunnelException object with specified message
Parameters:
message - String describing exception


Copyright ⌐ JProxy LLC. All Rights Reserved.